com.epiphan.vga2usb
Class VGA2USB

Object
  extended bycom.epiphan.vga2usb.VGA2USB

public abstract class VGA2USB
extends Object

VGA2USB constants.


Field Summary
static int CAPS_DVI_CAPTURE
          DeviceCaps bit which indicates that grabber supports DVI single-link capture.
static int CAPS_DVI_DUAL_LINK
          DeviceCaps bit which indicates that grabber supports DVI dual-link capture.
static int CAPS_EDID
          DeviceCaps bit which indicates that hardware has programmable EDID.
static int CAPS_HW_COMPRESSION
          DeviceCaps bit which indicates that grabber supports on-board compression.
static int CAPS_HW_SCALE
          DeviceCaps bit which indicates that grabber supports hardware scaling.
static int CAPS_KVM
          DeviceCaps bit which indicates that grabber supports KVM functionality.
static int CAPS_SYNC_THRESHOLD
          DeviceCaps bit which indicates that grabber supoprts adjustable sync thresholds.
static int CAPS_VGA_CAPTURE
          DeviceCaps bit which indicates that grabber supports VGA capture
static int DSHOW_FIX_FPS
          DirectShowFlags bit which indicates that DirectShow fps must be constant.
static int DSHOW_FLIP_VERTICALLY
          DirectShowFlags bit which indicates that DirectShow stream should be flopped vertically.
static int DSHOW_LIMIT_FPS
          DirectShowFlags bit which indicates that DirectShow fps limit is on.
static int FPS_DENOMINATOR
          Number of frames per second used by DirectShowMaxFps property is multiplied by 100 to allow for fractional numbers and yet avoid using floating point.
static int INPUT_ANALOG
          InputSignalType bit which indicates that analog input signal is detected by the grabber
static int INPUT_COMPOSITE
          InputSignalType bit which indicates that composite signal is detected by the grabber
static int INPUT_DIGITAL
          InputSignalType bit which indicates that digital input signal is detected by the grabber
static int INPUT_SOG
          InputSignalType bit which indicates that SoG input signal is detected by the grabber
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CAPS_DVI_CAPTURE

public static final int CAPS_DVI_CAPTURE
DeviceCaps bit which indicates that grabber supports DVI single-link capture.

See Also:
Constant Field Values

CAPS_DVI_DUAL_LINK

public static final int CAPS_DVI_DUAL_LINK
DeviceCaps bit which indicates that grabber supports DVI dual-link capture.

See Also:
Constant Field Values

CAPS_EDID

public static final int CAPS_EDID
DeviceCaps bit which indicates that hardware has programmable EDID.

See Also:
Constant Field Values

CAPS_HW_COMPRESSION

public static final int CAPS_HW_COMPRESSION
DeviceCaps bit which indicates that grabber supports on-board compression.

See Also:
Constant Field Values

CAPS_HW_SCALE

public static final int CAPS_HW_SCALE
DeviceCaps bit which indicates that grabber supports hardware scaling.

See Also:
Constant Field Values

CAPS_KVM

public static final int CAPS_KVM
DeviceCaps bit which indicates that grabber supports KVM functionality.

See Also:
Constant Field Values

CAPS_SYNC_THRESHOLD

public static final int CAPS_SYNC_THRESHOLD
DeviceCaps bit which indicates that grabber supoprts adjustable sync thresholds.

See Also:
Constant Field Values

CAPS_VGA_CAPTURE

public static final int CAPS_VGA_CAPTURE
DeviceCaps bit which indicates that grabber supports VGA capture

See Also:
Constant Field Values

DSHOW_FIX_FPS

public static final int DSHOW_FIX_FPS
DirectShowFlags bit which indicates that DirectShow fps must be constant. If frames are captured slower than required, duplicate frames will be inserted into the stream. The actual fps value is defined by DirectShowMaxFps property.

See Also:
Constant Field Values

DSHOW_FLIP_VERTICALLY

public static final int DSHOW_FLIP_VERTICALLY
DirectShowFlags bit which indicates that DirectShow stream should be flopped vertically.

See Also:
Constant Field Values

DSHOW_LIMIT_FPS

public static final int DSHOW_LIMIT_FPS
DirectShowFlags bit which indicates that DirectShow fps limit is on. The actual fps limit is defined by DirectShowMaxFps property.

See Also:
Constant Field Values

FPS_DENOMINATOR

public static final int FPS_DENOMINATOR
Number of frames per second used by DirectShowMaxFps property is multiplied by 100 to allow for fractional numbers and yet avoid using floating point.

See Also:
Constant Field Values

INPUT_ANALOG

public static final int INPUT_ANALOG
InputSignalType bit which indicates that analog input signal is detected by the grabber

See Also:
Constant Field Values

INPUT_COMPOSITE

public static final int INPUT_COMPOSITE
InputSignalType bit which indicates that composite signal is detected by the grabber

See Also:
Constant Field Values

INPUT_DIGITAL

public static final int INPUT_DIGITAL
InputSignalType bit which indicates that digital input signal is detected by the grabber

See Also:
Constant Field Values

INPUT_SOG

public static final int INPUT_SOG
InputSignalType bit which indicates that SoG input signal is detected by the grabber

See Also:
Constant Field Values


Copyright © 2008-2012 Epiphan Systems Inc. All rights reserved.